home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 August / SAN CD 8-2007 CD-ROM 27.iso / pc / Media / GlossaryDatabase.swf / scripts / DefineSprite_153 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-30  |  332 b   |  18 lines

  1. btListItm.onRelease = function()
  2. {
  3.    var _loc1_ = _name.substr(9);
  4.    _loc1_ = _level0.loadBody(_loc1_);
  5. };
  6. btListItm.onRollOver = function()
  7. {
  8.    osCaption.textColor = 16777215;
  9. };
  10. btListItm.onRollOut = function()
  11. {
  12.    osCaption.textColor = 16763904;
  13. };
  14. btListItm.onDragOut = function()
  15. {
  16.    this.onRollOut();
  17. };
  18.